home *** CD-ROM | disk | FTP | other *** search
- object frmEncrypt: TfrmEncrypt
- Left = 268
- Top = 198
- HelpContext = 118
- BorderStyle = bsDialog
- Caption = 'Encrypt'
- ClientHeight = 173
- ClientWidth = 433
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lblInputFile: TLabel
- Left = 8
- Top = 8
- Width = 43
- Height = 13
- Caption = '&Input file:'
- FocusControl = edtInput
- end
- object Label1: TLabel
- Left = 8
- Top = 48
- Width = 51
- Height = 13
- Caption = '&Output file:'
- FocusControl = edtOutput
- end
- object Label2: TLabel
- Left = 8
- Top = 176
- Width = 46
- Height = 13
- Caption = 'Algorithm:'
- Visible = False
- end
- object Label3: TLabel
- Left = 8
- Top = 88
- Width = 58
- Height = 13
- Caption = '&Passphrase:'
- FocusControl = edtPass
- end
- object Label4: TLabel
- Left = 8
- Top = 128
- Width = 95
- Height = 13
- Caption = '&Confirm passphrase:'
- FocusControl = edtConfirm
- end
- object edtInput: TEdit
- Left = 8
- Top = 24
- Width = 305
- Height = 21
- ReadOnly = True
- TabOrder = 0
- OnChange = edtInputChange
- end
- object btnBrowse: TButton
- Left = 316
- Top = 24
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 1
- OnClick = btnBrowseClick
- end
- object edtOutput: TEdit
- Left = 8
- Top = 64
- Width = 329
- Height = 21
- TabOrder = 2
- end
- object cboAlgo: TComboBox
- Left = 8
- Top = 192
- Width = 329
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 8
- Visible = False
- end
- object Button1: TButton
- Left = 352
- Top = 24
- Width = 75
- Height = 25
- Caption = 'Encrypt'
- Default = True
- TabOrder = 5
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 352
- Top = 56
- Width = 75
- Height = 25
- Caption = '&Close'
- ModalResult = 2
- TabOrder = 6
- end
- object edtPass: TEdit
- Left = 8
- Top = 104
- Width = 329
- Height = 21
- PasswordChar = '*'
- TabOrder = 3
- end
- object edtConfirm: TEdit
- Left = 8
- Top = 144
- Width = 329
- Height = 21
- PasswordChar = '*'
- TabOrder = 4
- end
- object btnHelp: TButton
- Left = 352
- Top = 96
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 7
- OnClick = btnHelpClick
- end
- object FormCenter1: TFormCenter
- Center = True
- Left = 344
- Top = 104
- end
- object OpenDlg: TOpenDialog
- Filter = 'All files (*.*)|*.*'
- Options = [ofPathMustExist, ofFileMustExist]
- Left = 192
- Top = 120
- end
- object DCP_sha11: TDCP_sha1
- Algorithm = 'SHA1'
- HashSize = 160
- Left = 392
- Top = 104
- end
- object DCP_rijndael: TDCP_rijndael
- Algorithm = 'Rijndael'
- BlockSize = 128
- MaxKeySize = 256
- Left = 364
- Top = 104
- end
- end
-